home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / templates / syn Scripts / Python Script.py < prev    next >
Text File  |  2002-07-22  |  232b  |  11 lines

  1. # Caption: <Text from the Menuitem>|
  2. # Hint: <The Hint from the Menuitem>|
  3. # Icon: <The Icon from the Menuitem>|
  4.  
  5. # ScriptEngine=Python
  6.  
  7. def Main(FileName):
  8.   # To Do: Add usercode here
  9.   Self.Echo("Hi, this is Python!")
  10.  
  11.